var crypto/internal/fips140/sha512._K
2 uses
crypto/internal/fips140/sha512 (current package)
sha512block.go#L13: var _K = [...]uint64{
sha512block.go#L117: t1 := h + (bits.RotateLeft64(e, -14) ^ bits.RotateLeft64(e, -18) ^ bits.RotateLeft64(e, -41)) + ((e & f) ^ (^e & g)) + _K[i] + w[i]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)